home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK2.toast / Development Kits (Disc 2) / ScriptX / Code Samples / untested / tcpip / web / readme.txt < prev    next >
Encoding:
Text File  |  1996-05-21  |  1.7 KB  |  37 lines  |  [TEXT/ttxt]

  1. This directory provides some basic Web capabilities such as HTTP connects
  2. and URL fetching via the "web" TCP/IP stream loadable extension.
  3.  
  4. Note that this code adapts software originally created by the World Wide
  5. Web Consortium, who have requested that the following text be included:
  6.  
  7. =======================
  8.  
  9. NOTICE
  10.  
  11. Copyright 1995 by: Massachusetts Institute of Technology (MIT), INRIA
  12.  
  13. This W3C software is being provided by the copyright holders under the
  14. following license. By obtaining, using and/or copying this software, you
  15. agree that you have read, understood, and will comply with the following
  16. terms and conditions:
  17.  
  18. Permission to use, copy, modify, and distribute this software and its
  19. documentation for any purpose and without fee or royalty is hereby granted,
  20. provided that the full text of this NOTICE appears on ALL copies of the
  21. software and documentation or portions thereof, including modifications,
  22. that you make.
  23.  
  24. THIS SOFTWARE IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
  25. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT
  26. NOT LIMITATION, COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES OF
  27. MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
  28. THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,
  29. COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.  COPYRIGHT HOLDERS WILL BEAR NO
  30. LIABILITY FOR ANY USE OF THIS
  31. SOFTWARE OR DOCUMENTATION.
  32.  
  33. The name and trademarks of copyright holders may NOT be used in advertising
  34. or publicity pertaining to the software without specific, written prior
  35. permission. Title to copyright in this software and any associated
  36. documentation will at all times remain with copyright holders.
  37.